func github.com/refraction-networking/utls.supportedVersionsFromMax

3 uses

	github.com/refraction-networking/utls (current package)
		common.go#L1246: func supportedVersionsFromMax(maxVersion uint16) []uint16 {
		handshake_server.go#L174: 		clientVersions = supportedVersionsFromMax(clientHello.vers)
		handshake_server.go#L993: 		supportedVersions = supportedVersionsFromMax(clientHello.vers)